home *** CD-ROM | disk | FTP | other *** search
-
- AmigaAMP AREXX commands (v2.9)
- ------------------------------
-
- * OPEN NAMES/M
- opens one or more files and starts to play the first one
-
- * PLAY
- same as if you hit the play button
-
- * PAUSE
- same as if you hit the pause button
-
- * STOP
- same as if you hit the stop button
-
- * NEXT
- skips forward to the next track in the playlist
-
- * PREVIOUS
- skips back to the previous track in the playlist
-
- * QUIT
- guess what :-))
-
- * SKIN PATH/K
- loads the skin from the specified path
- Attention! You have to give the whole path, e.g. progdir:skins/base
-
- * STATUS
- returns the current drive status, either STOP, PLAY or PAUSE
-
- * VOLUME VOL/N
- sets the playback volume to VOL, ranges from 0 to 26
- If "Limit volume to 0dB" is activated all values above 22 will
- be clipped.
-
- * SHUFFLE
- shuffles the playlist
-
- * ICONIFY
- closes AmigaAMP's window and displays an application icon instead
-
- * UNICONIFY
- re-opens AmigaAMP's window
-
- * FFWD
- fast forward (skip 10 seconds forward in the current track)
-
- * REW
- rewind (skip 10 seconds back in the current track)
-
- * SEEK SECONDS/N
- jump to the specified position in seconds
-
- * DECVOLUME
- decrease volume by 1.5dB
-
- * INCVOLUME
- increase volume by 1.5dB
-
- * REPEAT
- toggle repeat
-
- * ADD NAMES/M
- adds one or more files to the playlist
-
-